home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / gui / BGUI11c.lha / docs / stringclass.doc < prev    next >
Text File  |  1995-04-23  |  1KB  |  46 lines

  1.  
  2.                File: stringclass.doc
  3.         Description: Stringclass documentation.
  4.           Copyright: (C) Copyright 1994-1995 Jaba Development.
  5.                      (C) Copyright 1994-1995 Jan van den Baard.
  6.                      All Rights Reserved.
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10. TABLE OF CONTENTS
  11.  
  12. stringclass/--background--
  13. stringclass/Methods
  14. stringclass/Attributes
  15.  
  16. stringclass/--background--                          stringclass/--background--
  17.  
  18.     NAME
  19.         Class:          stringclass
  20.         Superclass:     baseclass
  21.         Include File:   <libraries/bgui.h>
  22.  
  23.     FUNCTION
  24.         To provide  gadget  simular  to  the  gadtools.library it's string and
  25.         integer gadget kinds.  Objects from this class sends out the following
  26.         attribute pairs in their notification events:
  27.  
  28.         GA_ID           - Gadget object ID.
  29.         STRINGA_TextVal - Gadget object string contents (string objects).
  30.         STRINGA_LongVal - Gadget object integer contents (integer objects).
  31.  
  32. stringclass/Methods                                        stringclass/Methods
  33.  
  34.     NEW METHODS
  35.         None.
  36.  
  37.     CHANGED METHODS
  38.         None.
  39.  
  40. stringclass/Attributes                                  stringclass/Attributes
  41.  
  42.     NOTE
  43.         All  system  strgclass  attributes  are  also supported by this class.
  44.         Please   refere  to  the  documentation  on  the  strgclass  for  more
  45.         information on these attributes.
  46.